This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Nicole Bubfreemarings 2.Dec.03 05:26 PM a Web browser Domino Designer6.0.2 CF2Windows 2000
I have a simple form that I am using to test dblookup. It consists of two fields and a button. The first field is an editable text field. The button which follows has the code @SetField("ext"; @DbLookup("";"";"lookupView";"firstName";"ext")) where the editable text field is firstName and ext is the third field which is also an editable text field. When I open up the form and enter a name listed in the view(in ascending order) and click the button I receive the error that the entry is not found in the index or the view's index is not built. I already built the index, as well as tried the other suggestions listed in other threads and made sure the view is populated. Thanks!